search call

英 [sɜːtʃ kɔːl] 美 [sɜːrtʃ kɔːl]

【计】检索调用

计算机



双语例句

  1. That way if you ever have to change the way you search, you can change it in one place and it gets fixed in all your test scripts that call that module.
    使用这种方式,如果您在某一时间必须修改您搜索的方法,您可以在一个地方修改它,它会在您所有调用该模块的测试脚本中生效。
  2. But I'm going to have you exercise the third option: spinning up a new thread to handle the Search. byKeyword() method call.
    但是,我想让您体验一下第三个选择:生成新线程来处理Search.byKeyword()方法调用。
  3. Thus, to find the length of a given search result, you can call$(). length on the array.
    因此,要查找一个给定搜索结果的长度,则可以在该数组上调用$().length。
  4. At the end, I call the observe_form() helper method, which creates JavaScript code that watches for changes in the form and sends the data from the form to the search_ajax() method.
    最后调用observeform()辅助方法,它创建JavaScript代码观察表单的变化,并把表单数据发送到searchajax()方法。
  5. Search query I made earlier, it's not hard to imagine rewriting it as a method call, either.
    搜索查询,同样,不难想象出,可以将它重写为一个方法调用。
  6. Finally, to send the name of the search terms that you want to use with each search engine, we call the postMessages function on each Worker object.
    最后,要发送想要用于各搜索引擎的搜索条件的名称,需要在每个Worker对象上调用postMessages函数。
  7. A second call to search() then searches downwards ('nW ') to determine lastline: the number of the final contiguous line with the same indentation.
    第二个search()调用随后向下搜索('nW')来判断lastline:具有相同缩进的最后一个相邻行。
  8. When the user submits a search, an API call is made by dynamically adding a script tag to the page and specifying the name of a callback function.
    用户提交搜索时,会动态添加一个脚本标记到页面并指定回调函数的名称,从而进行一次API调用。
  9. We suggest you use our dealer locator search engine to find a store near you and then simply call ahead to insure they carry the1-gallon container before driving to their store.
    我们建议您在您的住处附近找一家店,在你开车来到店之前,先给他们打个电话,然后来取货。
  10. Encouraging responsibility is not a search for scapegoats, it is a call to conscience.
    鼓励人们勇于承担责任不是让人们充当替罪羊,而是对人的良知的呼唤。
  11. Combined existing customer search system, it built the total frame of call center, raised the service quality of insurance business, provided the foundation data for the customer management;
    解开现无的从户语音查询体解,拆建了召唤外央的分体框架,降上了安齐业的效劳量量,为从户化管理供给了基本数据;
  12. Quick Search: Achieving Rapid complex call records retrieval Print.
    检索快速:实现复杂的通话记录快速检索打印。
  13. A full-scale search will be initiated if the driver is two hours late for a check call or arrival at the destination.
    一次全方位查寻,如果司机为检查电话或到来是二个小时晚在目的地,将创始。
  14. You can use the search facility to call up all the occurrences of a particular word in a document.
    你可以利用搜索工具在计算机上查看文档中某个词的使用情况。
  15. And Nietzsche concludes that God does not exist, and therefore, the humans search to be God, which a devout religious person would call blasphemous.
    尼采的结论是上帝并不存在,因此,人类想要成为上帝,虔诚的宗教人士认为这是渎神。
  16. I could put an end to the search this afternoon, with a quick call to the customer-service number at the bottom of the catalog page.
    按照目录页下方的号码打电话给客服,我今天下午就可以结束这场寻猎。
  17. We can rapidly append, rewrite and delete command by means of search command in the tree. Furthermore, we can also execute dynamic control of configuration rule command by Remote Procedure Call protocol.
    我们可以通过搜索树中的命令来快速实现命令的添加、改写和删除操作,此外,还可以通过RPC协议来实现配置规则命令的动态控制管理。
  18. Because all the key operation that process carried out must transfer from user mode to the kernel mode through system call, we can search the activity of process basically through looking over system call sequence.
    由于进程执行的所有关键操作都必须通过系统调用从用户态转换到核态来完成,因此可以通过察看系统调用序列来观察进程的活动。